home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / tphrt3.arc / 10.INT next >
Text File  |  1990-07-23  |  704b  |  33 lines

  1. ! BIOS interrupt 10h function list.
  2. ! Reference: IBM ROM BIOS Quick Reference Guide by Ray Duncan
  3. ! Microsoft Press  ISBN #1-55615-135-7
  4. !
  5. ! Note: All functions are in hexidecimal!
  6. !
  7. 10 Video Services
  8. !
  9. 00 set video mode
  10. 01 set cursor type
  11. 02 set cursor pos
  12. 03 get cursor pos
  13. 04 get light pen pos
  14. 05 set display page
  15. 06 scroll up window
  16. 07 scroll down window
  17. 08 read char & attr
  18. 09 write char & attr
  19. 0A write char
  20. 0B set colors
  21. 0C write graphic pixel
  22. 0D read graphic pixel
  23. 0E write char TTY mode
  24. 0F get video mode
  25. 10 color utilities
  26. 11 font utilities
  27. 12 controller utilities
  28. 13 write string TTY 
  29. 1A get/set display code
  30. 1B get state info
  31. !
  32. ! end of int 10h function list
  33.